- da_rotateSurface90Degrees
alias da_rotateSurface90Degrees = SDL_Surface* function(SDL_Surface* src, int numClockwiseTurns)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_rotozoomSurface
alias da_rotozoomSurface = SDL_Surface* function(SDL_Surface* src, double angle, double zoom, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_rotozoomSurfaceSize
alias da_rotozoomSurfaceSize = void function(int width, int height, double angle, double zoom, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_rotozoomSurfaceSizeXY
alias da_rotozoomSurfaceSizeXY = void function(int width, int height, double angle, double zoomx, double zoomy, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_rotozoomSurfaceXY
alias da_rotozoomSurfaceXY = SDL_Surface* function(SDL_Surface* src, double angle, double zoomx, double zoomy, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_shrinkSurface
alias da_shrinkSurface = SDL_Surface* function(SDL_Surface* src, int factorx, int factory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_zoomSurface
alias da_zoomSurface = SDL_Surface* function(SDL_Surface* src, double zoomx, double zoomy, int smooth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_zoomSurfaceSize
alias da_zoomSurfaceSize = void function(int width, int height, double zoomx, double zoomy, int* dstwidth, int* dstheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.